home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_6 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  76 b   |  7 lines

  1. on(release){
  2.    tellTarget("Rules")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6. }
  7.